* {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;}

a{text-decoration:none;font-family:"微软雅黑"; font-weight:normal; color:#000000;}
img{border: 0px;}
div,td,input,body,textarea,select {

	font-family:"微软雅黑";

	font-size:12px;

	word-break:break-word;

}

body,form,p {

	margin:0px;

}

body{

	text-align:center;

	background:#f4f4f4; /*背景图片*/

}

html{

	overflow-x:hidden;

}

/***全局属性***/
.content{width:1200px;margin:0 auto;clear:both}
.wrap{ width:1200px; margin:0 auto}
.man,.hed,.mnu,.ban,.fot,.bas,.bac{

	margin:auto;

	width:100%;

}

.pth,.com{

	float:left;

	width:100%;

}

.bod{

	width:1200px; /*整体宽度*/

	margin:auto;
	background:#fff;

}

.bod_in{
	float:left;
	width:100%;
	background:#fff;
}

.lft{

	float:left;

	width:240px; /*左边宽度*/

	margin-left:10px;

}

.rgt{

	float:right;

	width:915px; /*右边宽度*/

	margin-right:10px;

}

/***分页导航条***/
.gbf {
	width:100%;
	text-align:center;
	padding-top:8px;
	color:#6f6f6f;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
.gbf img {
	vertical-align:middle;
}
.gbf  .n,.gbf  .h,.gbf  .d {
	display:inline-block;
	width:26px;
	line-height:26px;
	height:26px;
	text-align:center;
	padding-top:0px;
	vertical-align:middle;
}
.gbf  .n {
	background:url("img/n.gif");
	color:#333333; /*常态色*/
}
.gbf  .n:hover{
	background:url("img/h.gif");
	color:#0282c1; /*重点色*/
}
.gbf  .d{
	background:url("img/n.gif");
	color:#cc0000; /*重点色*/
	font-weight:bold;
}
.gbf .to{
	width:34px!important;
	*width:26px!important;
	width:26px;
	height:26px!important;
	*height:18px!important;
	height:18px;
	border:0px;
	background:url("img/to.gif");
	vertical-align:middle;
	padding:4px;
	margin:0px;
}
.gbf .btn{
	width:45px;
	height:26px;
	border:0px;
	background:url("img/btn.gif");
	vertical-align:middle;
	margin:0px;
}
/***订购部分按钮***/

.odr_add{

	float:left;

	background:url("img/odr_add.gif");

	width:127px;

	height:36px;

	cursor:pointer;

}

.odr_del{

	float:left;

	background:url("img/odr_del.gif");

	width:127px;

	height:36px;

	cursor:pointer;

}

.odr_end{

	float:left;

	margin-left:8px;

	background:url("img/odr_end.gif");

	width:127px;

	height:36px;

	cursor:pointer;

}

.odr_add input{

	width:210px;

	height:24px;

	margin-top:6px;

	text-align:left;

}

